home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 2 / Windows 6-Pak (InfoMagic) (Disc 2) (1999).ISO / File-Encryption-Utilities / cpx32.exe / CPIX.EXE / 0 / RCDATA / TSORTFORM / TSORTFORM.txt
Encoding:
Text File  |  1998-09-14  |  1.2 KB  |  66 lines

  1. object SortForm: TSortForm
  2.   Left = 344
  3.   Top = 231
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Sort slide show'
  7.   ClientHeight = 191
  8.   ClientWidth = 344
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object SortBy: TRadioGroup
  18.     Left = 12
  19.     Top = 12
  20.     Width = 178
  21.     Height = 165
  22.     Caption = 'Sort by'
  23.     ItemIndex = 0
  24.     Items.Strings = (
  25.       'Full path'
  26.       'File name'
  27.       'File extension'
  28.       'File size'
  29.       'File date'
  30.       'Random order')
  31.     TabOrder = 0
  32.   end
  33.   object Direction: TRadioGroup
  34.     Left = 209
  35.     Top = 12
  36.     Width = 120
  37.     Height = 70
  38.     Caption = 'Direction'
  39.     ItemIndex = 0
  40.     Items.Strings = (
  41.       'Ascending'
  42.       'Descending')
  43.     TabOrder = 1
  44.   end
  45.   object Button1: TButton
  46.     Left = 232
  47.     Top = 104
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'Ok'
  51.     Default = True
  52.     ModalResult = 1
  53.     TabOrder = 2
  54.   end
  55.   object Button2: TButton
  56.     Left = 232
  57.     Top = 144
  58.     Width = 75
  59.     Height = 25
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 3
  64.   end
  65. end
  66.